I want to create a symlink that should point to another directory. Like inside directory /var/www/vhosts/ecash-staging.com/ should be a symlink named as ecash_ ...
I want is to link that 2 folders to /home/theowner. It's for c9 workspace, and I just want to allow theowner to access that folders directly when he logins.
You have your ln -s command backwards. The first operand is where you want the link to point, and the second is what you want to call the symbolic link itself.
Linux symlinks are files that point to another file or folder. This article explains how to create and remove symbolic links in Linux. How does Linux symlink work? · How to create a directory symlink